treeview: fix dragging of columns in mutter
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Nov 2013 03:53:12 +0000 (22:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Nov 2013 04:17:14 +0000 (23:17 -0500)
commit0db8aeaad9f81d7d3b582cc9f0b096705bf0591a
tree5ae851cef5672d2dcd57780194a043ca4f547ade
parentfc8be961634a2bf5bd44f1648859f93df62c4f86
treeview: fix dragging of columns in mutter

Don't recurse the mainloop in _gtk_tree_view_column_start_drag().
It doesn't serve any discernible purpose, and recursing the
mainloop from the flush-events phas of the frame clock breaks
frame synchronization with mutter.

https://bugzilla.gnome.org/show_bug.cgi?id=705176
gtk/gtktreeview.c